<?xml version="1.0" encoding="UTF-8"?>
<project default="greetings">
    <target name="greetings">
    <!--Saying HI
    to the world-->
        <echo>
             Eclipse!
        </echo>		  
    </target>
</project>